home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PCMania 29
/
PCMania CD29.iso
/
hammer
/
others.bat
< prev
next >
Wrap
DOS Batch File
|
1994-02-09
|
82b
|
8 lines
@echo off
:here
cd \demos
demo.exe
if errorlevel 5 goto end
goto here
:end